@charset 'utf-8';
@import url('mob.css');

body,html{
	margin:0px auto;
	padding:0px;
	height: 100%;
	position: relative;
	background: #F1F2F6;
	width:100%;
	margin:0px auto;
}
ul,li,p,label,form,h1,h2,h3,h4,input{
	list-style: none;
	padding:0px;
	margin:0px;
}
@font-face {
	font-family: 'Source Han Sans CN-Regular';
	src: url('fonts/SourceHanSans-Regular.ttf');
}
*{
	font-size:16px;
	font-family: "microsoft yahei",arial;
	text-decoration: none;
	outline: none;
	color:#000000;
}
img{border:0px;image-rendering: -webkit-optimize-contrast;}
::after,::before{
	display: inline-block;
}
/*滚动条样式*/
::-webkit-scrollbar { /*整个滚动条宽度*/
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {  /*整个滚动条宽度*/
    background-color: rgba(200,200,200,.1);
}
::-webkit-scrollbar-thumb {  /*滚动条滑动块*/
	-webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.2);
	
}
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0,0,0,.5);
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background-color: rgba(220,220,220,.1);
}

/*去掉input选中后的颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
[mob],.mob{
	display: none;
}
[pc],.pc{
	display: block;
}
.flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
[v-cloak]{
	display: none;
}
[w1200],.w1200{
	width: 1200px;
	margin:0px auto;
}

[textrow="3"],.textrow3{
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
[textrow="2"],.textrow2{
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
[textrow="1"],.textrow1{
	display: inline-block;
	overflow:hidden; 
	text-overflow: ellipsis; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space: nowrap; 
}


@media screen and (max-width: 1600px) {
    .ynq-floating-tip-gg {
        margin-top: -135px;
    }
}

/**----分页---**/
.pagination{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin:0px 0px;
	padding:10px 0px;
}
.pagination li{
	margin:0px 5px;
}
.pagination a{
	padding:6px 12px;
	text-align: center;
	border:1px solid #dedede;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination a:hover{
	background: #3462FD;
	border:1px solid #3462FD;
	color:#fff;
}
.pagination .disabled>span{
	padding: 6px 11px;
	margin-top: -7px;
	border:1px solid #f3f3f3;
	color:#a09e9e;
	cursor:not-allowed;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination .active>span{
	padding: 6px 11px;
	margin-top: -7px;
	background: #3462FD;
	border:1px solid #3462FD;
	color:#fff;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	display: inline-block;
}

/* 分页结束 */
/*--------------------- 样式开始 -----------------------*/

/* -----------头部样式------------ */
header[pc]{
	height: 41px;
	padding:18px 0px;
	position: fixed;
	width: calc(100%);
	z-index: 1000;
	top:0;
}
header[pc] #ynq-Header{
	margin:0 auto;
	height:auto;
	align-items: center;
	width:1400px;
}
header[pc] #ynq-Header>.ynq-header-logo{
	align-items: center;
	cursor: pointer;
}
header[pc] #ynq-Header>.ynq-header-logo>img{
	height: 36px;
}
header[pc] #ynq-Header>.ynq-header-logo>p{
	padding-left: 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	width: 240px;
	font-family: 'Source Han Sans CN-Regular';
	line-height: 16px;
	position: relative;
}
header[pc] #ynq-Header>.ynq-header-logo>p:before{
	/* content: ''; */
	position: absolute;
	height: 100%;
	background: #fff;
	width:1px;
	left:0px;
	opacity: ;
}
header[pc] #ynq-NavMenu>li{
	position: relative;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
header[pc] #ynq-NavMenu>li:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 4px;
	background: #3462FD;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
header[pc] #ynq-NavMenu>li:hover:before{
	width: 60%;
}
header[pc] #ynq-NavMenu>li:hover{
	/* background: #fff;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px; */
}
header[pc] #ynq-NavMenu>li:hover>a{
	color:#3462FD;
}
header[pc] #ynq-NavSubMenu{
	background: #fff;
	padding:5px 0;
	position: absolute;
	width: 100%;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-right-left-radius: 5px;
	-ms-border-right-left-radius: 5px;
	-moz-border-right-left-radius: 5px;
	transform-origin: -1% -1%;
	-webkit-transform-origin: -1% -1%;
	-ms-transform-origin: -1% -1%;
	-moz-transform-origin: -1% -1%;
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
header[pc] #ynq-NavSubMenu>li{
	text-align: center;
}
header[pc] #ynq-NavSubMenu>li>a{
	color:#383838;
}
header[pc] #ynq-NavSubMenu>li>a:hover{
	color:#3462FD;
}
header[pc] #ynq-NavMenu>li:hover #ynq-NavSubMenu{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

header[pc] #ynq-NavMenu>li.active>a{
	color:#3462FD !important;
	position: relative;
}
header[pc] #ynq-NavMenu>li.active:before{
	content: '';
	position: absolute;
	width: 60% !important;
	height: 4px;
	background: #3462FD;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}




/* 页面滚动时增加效果  3462fd */
header[pc].active{
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .4) !important;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .4) !important;
	-ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, .4) !important;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .4) !important;
	animation: header 0.3s;
	-webkit-animation: header 0.3s;
	-ms-animation: header 0.3s;
	-moz-animation: header 0.3s;
	left:0;
}
/*@keyframes header {*/
/*	0%{opacity: 0;}*/
/*	100%{opacity: 1;}*/
/*}*/
/*@-webkit-keyframes header {*/
/*	0%{opacity: 0;}*/
/*	100%{opacity: 1;}*/
/*}*/
/*@-ms-keyframes header {*/
/*	0%{opacity: 0;}*/
/*	100%{opacity: 1;}*/
/*}*/
/*@-moz-keyframes header {*/
/*	0%{opacity: 0;}*/
/*	100%{opacity: 1;}*/
/*}*/
header[pc].active p{
	color:#3462fd !important;
}
header[pc].active p:before{
	background: #3462fd !important;
}
header[pc].active #ynq-NavMenu>li>a{
	color:#000;
	position: relative;
}
header[pc].active #ynq-NavMenu>li{
	position: relative;
}
header[pc].active #ynq-NavMenu>li::before{
	content: '';
	position: absolute;
	width: 0%;
	height: 4px;
	background: #3462FD;
	left:50%;
	bottom:0px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	transition: ease 0.3s;
}
header[pc].active #ynq-NavMenu>li:hover::before{
	width: 60%;
}
header[pc].active .ynq-header-navbtn i{
	color:#000 !important;
}
header[pc].active .ynq-header-navbtn:before{
	background: #000;
}
header[pc].active #ynq-NavMenu>li>a:hover{
	color:#3462FD;
}


header[pc].active #ynq-NavSubMenu li>a:hover{
	color:#3462FD;
}

.ynq-Header-Nav{
	width: calc(100% - 270px);
	justify-content: flex-end;
	align-items: center;
}
#ynq-NavMenu {
	transform-origin:center center;
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	-moz-transform-origin:center center;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
#ynq-NavMenu li>a{
	line-height: 32px;
	display: inline-block;
	padding:5px 20px;
	color:#fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	position: relative;
}
#ynq-NavMenu li>a:hover{
	color:#3462FD;
}

#ynq-NavMenu.OutHide{
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
}
.ynq-header-navbtn{
	margin-left:2px;
	align-items: center;
	position: relative;
	padding-left:20px;
}
.ynq-header-navbtn:before{
	content: '';
	position: absolute;
	height:20px;
	width: 1px;
	background: #fff;
	left: 0%;
	top:50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.ynq-header-navbtn span{
	margin-right:20px;
	color:#fff;
}
.ynq-header-navbtn a:not(.ynq-header-man){
	margin-right:20px;
}
.ynq-header-navbtn a:not(.ynq-header-man) i{
	color:#fff;
	font-size:24px;
}
.ynq-header-man{
	width: 110px;
	height: 32px;
	background: #3462FD;
	color:#fff;
	font-size:14px;
	display: inline-block;
	border-radius:50px;
	text-align: center;
	line-height: 32px;
}
#ynq-searchInput{
	position: fixed;
	height: 32px;
	right:19.4%;
	padding:10px 0px 10px 10px;
	align-items: center;
	z-index:100;
	top:13px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	transform-origin:100% center;
	-webkit-transform-origin:100% center;
	-ms-transform-origin:100% center;
	-moz-transform-origin:100% center;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #fff;
	border-radius:50px;
}
#ynq-searchInput form{
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	padding:0px;
}
#ynq-searchInput input{
	border:none;
	width: 164px;
	padding:0px 15px;
	font-size:16px;
	border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-ms-border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-ms-border-bottom-left-radius: 50px;
	-moz-border-bottom-left-radius: 50px;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	font-size: 14px;
}
#ynq-searchInput button{
	width: 60px;
	height: 36px;
	border:none;
	border-top-right-radius: 50px;
	-webkit-border-right-left-radius: 50px;
	-ms-border-top-right-radius: 50px;
	-moz-border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-ms-border-bottom-right-radius: 50px;
	-moz-border-bottom-right-radius: 50px;
	font-size: 14px;
	color:#fff;
	background: #3462FD;
	cursor: pointer;
}
#ynq-searchInput i{
	font-size: 18px !important;
	background: #fff;
	padding-left:10px;
	color:#666;
}

#ynq-searchInput.active{
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}
/*  手机端导航 */

#ynq-MobHeaderBig{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:1000;
	height: 65px;
}
#ynq-MobHeaderBig.active{
	height: 100%;
	background: #fff;
}
.ynq-MobHeader{
	padding:15px 0px 15px 20px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	position: fixed;
	top:0;
	left:0;
	width: calc(100% - 20px);
	z-index:100;
	align-items:center;
}

.ynq-MobHeader img{
	width: 73px;
	transform: translate(0%,3px);
}
.ynq-MobMenu{
	width: calc(100% - 104px);
	justify-content: flex-end;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	align-items: center;
}
.ynq-MobMenu a{
	padding:0px 8px;
	color:#333333;
}
.ynq-MobMenu a:nth-child(1){
	padding: 5px 8px;
	background: #3462FD;
	color:#fff;
	border-radius: 50px;
	font-size:12px;
}
.ynq-MobMenu a>i{
	font-size:28px;
}
#ynq-PageMenu{
	height: calc(100%);
	transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	-ms-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transform-origin: center top;
	transform: scale(0);
	background: #fff;
}
#ynq-PageMenuList{
	min-height: 60%;
	max-height: 60%;
	padding:70px 23px 30px 23px;
	overflow-y: auto;
	background: #fff;
}
#ynq-PageMenuList>li{
	line-height: 45px;
	font-size:14px;
	border-bottom:1px solid #CCCCCC;
	position: relative;
}
#ynq-PageMenuList>li .ynq-MobSub-Menu{
	display: none;
}
#ynq-PageMenuList>li.active{
	/* background: #3462FD !important; */
}
#ynq-PageMenuList>li.active>a{
	/* color:#fff; */
	/* padding-left:20px; */
}
#ynq-PageMenuList>li.active .ynq-MobSub-Menu{
	display: block !important;
	background: #fff;
}
[children]:before{
	content: "\e88e";
	position: absolute;
	font-family: 'ynq';
	right:10px;
	top:0;
	font-size:26px;
	transform: translate(0,0);
}
#ynq-PageMenuList>li>a{
	display: block;
	line-height: 45px;
}
#ynq-PageMenu.active{
	transform: scale(1);
	height: 100% !important;
}

.ynq-PageMenuBtn{
	padding:0px 0px;
	align-items: center;
	justify-content: center;
}
.ynq-PageMenuBtn a{
	display: inline-block;
	padding:20px;
	text-align: center;
}
.ynq-PageMenuBtn a>i{
	font-size:54px;
	color:#333;
	height: 54px;
}
.ynq-PageMenuBtn a:nth-child(2)>i{
	font-size:48px;
}
.ynq-PageMenuBtn a>p{
	line-height: 35px;
	font-size:14px;
}
.ynq-MobForm{
	position: absolute;
	top:-70px;
	left:0;
	background: #fff;
	padding:15px 0px 15px 20px;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-ms-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
	z-index:100;
}

.ynq-MobForm form{
	border:1px solid #707070;
	width: calc(100% - 80px);
}
.ynq-MobForm form>input,
.ynq-MobForm form>button{
	border:none;
	height: 27px;
}
.ynq-MobForm form>input{
	padding:0px 10px;
	font-size:14px;
	width: calc(100% - 65px);
	
}
.ynq-MobForm form>button{
	width: 40px;
	background: transparent;
}
.ynq-Mob-CloseSearch{
	width: 40px;
	text-align: center;
	display: inline-block;
}

.ynq-MobSub-Menu>li{
	border-top: 1px solid #f1f1f1;
}
.ynq-MobSub-Menu>li>a{
	display: block;
	padding-left:30px;
}
/* 浮动组件 */
.ynq-floating{
	width: 64px;
	height: auto;
	position: fixed;
	right:0px;
	top:30%;
	z-index:200;
}
.ynq-floating a{
	display: block;
	width: 30px;
	height: 30px;
	padding:5px 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:5px;
	background: rgba(52, 98, 253, .6);
	transition: ease 0.3s;
	position: relative;
}

.ynq-floating-tip{
	position: absolute;
	width: 200px;
	background: #fff;
	right: 45px;
	top:0;
	padding:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	display: none;
	box-shadow: 0 0 8px rgba(0,0,0,.22);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.22);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.22);
}


.ynq-floating-tip-gg{
	position: absolute;
	width: 544px;
	background: #fff;
	right: 42px;
	top:0;
	padding:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	display: none;
	box-shadow: 0 0 8px rgba(0,0,0,.22);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.22);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.22);
}


.ynq-floating a:hover .ynq-floating-tip{
	display: block;
}

.ynq-floating a:hover .ynq-floating-tip-gg{
	display: block;
}

.ynq-floating-tip .ynq-floating-Title{
	font-size:16px;
	display: block;
	color: #666;
	margin-bottom:10px;
}
.ynq-floating-tip .ynq-floating-Tel{
	font-size:22px;
	display: block;
	color: #3462FD;
}
.ynq-floating-tip .ynq-floating-Tel>cite{
	margin-right:10px;
	font-size:28px;
	color: #3462FD;
}
.ynq-floating a:hover{
	background: rgba(255, 255, 255, 1);
	color:rgba(52, 98, 253, 1);
}
.ynq-floating a:hover i,
.ynq-floating a:hover p{
	color:rgba(52, 98, 253, 1);
}
.ynq-floating p{
	text-align: center !important;
	font-size:12px;
	color:#fff;
}
.ynq-floating p>i{
	display: block;
	color:#fff;
	font-size:22px;
	margin-top:5px;
}
.ynq-floating p:nth-child(2){
	display: none;
}


#ynq-SectionBlock{
	margin: 100px auto 0px auto;
	width: 1400px;
	
}
#ynq-SectionBlock h1{
	font-size:40px;
	text-align: center;
	margin-bottom:73px;
	font-weight: 500;
	position: relative;
	display: block;
}
#ynq-SectionBlock h1:before{
	content:attr(data-text);
	width: 100%;
	position: absolute;
	bottom:-30px;
	text-align: center;
	font-size: 16px;
	color:#999;
	left:0;
}
.ynq-SectionH1-detail{
	margin:0px auto 60px auto;
	max-width:1400px;
	text-align: center;
	line-height: 28px;
	color: #666666;
}
.ynq-IndexAbout-icon{
	margin:0px auto 100px auto;
}

.ynq-IndexAbout-icon li{
	width: 25%;
	text-align: center;
}
.ynq-IndexAbout-icon li .ynq-IndexAbout-line i{
	font-size:48px;
	color: #3462FD;
}
.ynq-IndexAbout-icon li .ynq-IndexAbout-line h2{
	margin-top: 24px;
	font-size:22px;
	font-weight: 500;
	color: #333333;
}
.ynq-IndexAbout-icon li .ynq-IndexAbout-line p{
	font-size 1px;
	color:#676767;
	margin-top:8px;
}
/* 外贸综合服务 */
.ynq-Index-waizhong{
	height: 800px;
	position: relative;
	max-width:1920px;
	margin:0px auto;
}
.ynq-Index-waizhong:before{
	position: absolute;
	content:'';
	background: rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
}
.ynq-Index-WaizhongText{
	height: 800px;
	background-size:cover;
	width:1400px;
	margin:0px auto;
	position: relative;
}

.ynq-Index-Waimao-Menu{
	width: 700px;
	height: 100%;
	position: absolute;
	left:0;
}
.ynq-Index-Waimao-Menu li{
	position: absolute;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
}
.ynq-Index-Waimao-Menu li span{
	color:#fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-Index-Waimao-Svg{
	position: relative;
}
.ynq-Index-Waimao-Svg:before{
	content:'';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	left:50%;
	top:50%;
}
.ynq-Index-Waimao-Svg svg{
	opacity: 0;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-Index-Waimao-Menu li:hover .ynq-Index-Waimao-Svg svg{
	opacity: 1;
}
.ynq-Index-Waimao-Menu li:hover span{
	margin-left:20px;
	font-size:24px;
	font-weight: 500;
}
.ynq-Index-Waimao-Menu .active .ynq-Index-Waimao-Svg .jdt3{
	animation: jdt3 infinite 5s linear;
}
/* @keyframes jdt3{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}
@-webkit-keyframes jdt3{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}
@-ms-keyframes jdt3{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}
@-moz-keyframes jdt3{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
} */
.ynq-Index-Waimao-Menu .active .ynq-Index-Waimao-Svg svg{
	opacity: 1;
}
.ynq-Index-Waimao-Menu .active span{
	margin-left:20px;
	font-size:24px;
	font-weight: 500;
}

.ynq-Index-Waimao-Menu li:nth-child(1){
	top:calc(100% * (200 / 700));
	left:calc(100% * (300 / 700));
}

.ynq-Index-Waimao-Menu li:nth-child(2){
	top:calc(100% * (300 / 700));
	left:calc(100% * (318 / 700));
}
.ynq-Index-Waimao-Menu li:nth-child(3){
	top:calc(100% * (400 / 700));
	left:calc(100% * (317 / 700));
}

.ynq-Index-Waimao-Menu li:nth-child(4){
	top:calc(100% * (500 / 700));
	left:calc(100% * (292 / 700));
}
.ynq-Index-waimao-right{
	position: absolute;
	width: calc(100% - 700px);
	right:0;
	padding:85px 0px 10px 0px;
	height: calc(100% - 226px);
}
.ynq-Index-waiMao-rightBox{
	height: 100%;
}
.ynq-Index-SMTitle{
	font-size:20px;
	color:#fff;
	margin-bottom:92px;
	position: relative;
	text-transform: uppercase;
}
.ynq-Index-SMTitle::before{
	content:'';
	position: absolute;
	height: 4px;
	background: rgba(255, 255, 255, .4);
	top:51px;
	width: 65px;
	border-radius:5px;
}
.ynq-Index-WaiHeader{
	position: relative;
}
.ynq-Index-WaiHeader li{
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	width: 100%;
}
.ynq-Index-WaiHeader li.active{
	display:block !important;
}

.ynq-Index-WaiHeader h1{
	font-size:40px;
	color:#fff;
	margin-bottom:24px;
	font-weight: 500;
}
.ynq-Index-subTitle{
	font-size:24px;
	color:#fff;
	margin-bottom:47px;
	font-weight: 100;
}
.ynq-Index-WaiContent{
	background: #fff;
	border-radius:4px;
	padding:54px;
}
.ynq-Index-Waiimg{
	/* width: 20%; */
}
.ynq-WaiContent-Title{
	width: 80%;
}
.ynq-WaiContent-Title h2{
	font-size:24px;
	color:#3462FD;
	margin-bottom:26px;
	font-weight: 500;
}
.ynq-WaiContent-Title p{
	line-height: 26px;
	color:#666666;
	margin-right:20px;
}

/* 跨境电商 */
.ynq-kuajinBox{
	margin:0px auto;
	flex-wrap: wrap;
	width: 1400px;
	margin:0px auto;
}
.ynq-KuaJin{
	padding:100px 0px;
	/* height: 800px; */
	background: #fff;
}
.ynq-kuajin-left{
	margin-right: 0px;
	width: 1400px;
	position: relative;
}
.kuajin{
	color:#666666;
}
.ynq-Index-SMTitle.kuajin::before{
	background: rgba(52, 98, 253, .4);
}
.ynq-kuajin-left h1 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #333;
    font-weight: 500;
}
.ynq-kuajin-left p{
	font-size: 24px;
	color:#4D4D4D;
	width: 1400px;
	line-height: 36px;
}

.ynq-kuajin-left a>i{
	margin-left:20px;
	color:#555;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-kuajin-left a:hover{
	background: #3462FD;
	color:#fff;
	border:1px solid #3462FD;
}
.ynq-kuajin-left a:hover i{
	color:#fff;
	margin-left:40px;
}

.ynq-kuajin-right{
	width: calc(100%);
}

.ynq-waimao-href{
	position: absolute;
	height: 52px;
	line-height: 50px;
	width:290px;
	border: 1px solid #666;
	display: block;
	text-align: center;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #666;
	bottom:0px;
	left:52px;
}
/* .ynq-kuajin-left a{
	margin-top:120px;
	display: block;
	height: 52px;
	line-height: 50px;
	width: 290px;
	text-align: center;
	border: 1px solid #666;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	color:#666;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
} */
.ynq-waimao-href i{
	margin-left:20px;
	color:#666;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-waimao-href:hover{
	background: #fff;
	color:#3462FD;
	border: 1px solid #3462FD;
}
.ynq-waimao-href:hover i{
	color:#3462FD;
	margin-left:40px;
}
.ynq-IndexKuaJin{
	align-items: center;
	width: 100%;
	margin-top:42px;
	margin-bottom:25px;
}

.ynq-kuajing-href{
	position: absolute;
	right:0;
	top:0;
	height: 52px;
	line-height: 50px;
	width: 290px;
	border: 1px solid #666;
	display: block;
	text-align: center;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #666;
	margin-top:120px;
}

.ynq-kuajing-href i{
	margin-left: 20px;
	color: #666;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-kuajing-href:hover{
	background: #fff;
	color:#3462FD;
	border: 1px solid #3462FD;
}
.ynq-kuajing-href:hover i{
	color:#3462FD;
	margin-left:40px;
}










.ynq-IndexKuaJin li{
	width: 25%;
	height: 380px;
	background-color: rgba(85, 255, 255, .5) !important;
	position: relative;
	margin-right:10px;
	background-position: center;
	background-size:cover;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	overflow: hidden;
}
.ynq-IndexKuaJin li:last-child{
	margin-right:0px;
}
.ynq-IndexKuaJin li img{
	height: auto;
	width: 100%;
}
.ynq-IndexKuaJin li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(52, 98, 253, .85);
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	left:0;
	top:0;
}
.ynq-IndexKuaJin li::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.7);
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
}
.ynq-IndexKuaJin-title{
	position: absolute;
	width: 100%;
	top:50%;
	left:50%;
	text-align: center;
	font-size:24px;
	font-weight: 500;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	color:#fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	z-index:100;
}
.ynq-IndexKuaJin li>p{
	position: absolute;
	padding:0px 20px;
	color:#fff;
	font-size:16px;
	top:75%;
	left:50%;
	width: calc(100% - 40px);
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	text-align: justify;
	z-index:100;
	opacity: 0;
}
.ynq-IndexKuaJin li>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	z-index:100;
}
.ynq-IndexKuaJin li:hover:before{
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
}
.ynq-IndexKuaJin li:hover::after{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
.ynq-IndexKuaJin li:hover .ynq-IndexKuaJin-title{
	top:40%;
}
.ynq-IndexKuaJin li:hover p{
	top:50%;
	opacity: 1;
}
/* 国际物流 */
.ynq-gjwuliu-box{
	margin:0px
}
.ynq-GjWuliu{
	height: 680px;
	max-width: 1920px;
	margin:0px auto;
}

.ynq-GjWuliu{
	position: relative;
}
.ynq-gjwl-section{
	width: 1400px;
	margin:0px auto;
	position: relative;
	height:100%;
}
.ynq-GjWuliu #ynq-radiusbox{
	position: absolute;
	left:-196px;
	top:-8px;
}
.ynq-GjWuliu-left{
	width: 50%;
	height: 100%;
}

.ynq-GjWuliu-right{
	width: 50%;
	height: 100%;
}

.ynq-wuliu-menu{
	width: 100%;
	position: relative;
	max-width: 700px;
	max-height: 680px;
	height: 100%;
}

.ynq-wuliu-menu li:nth-child(1){
	position: absolute;
	left:calc(100% *(30 / 700));
	top: calc(100% *(126 / 800));
	padding-left:20px;
}

.ynq-wuliu-menu li:nth-child(2){
	position: absolute;
	left:calc(100% *(60 / 700));
	top: calc(100% *(300 / 800));
	padding-left:20px;
}

.ynq-wuliu-menu li:nth-child(3){
	position: absolute;
	left:calc(100% *(55 / 700));
	top: calc(100% *(460 / 800));
	padding-left:20px;
}

.ynq-wuliu-menu li:nth-child(4){
	position: absolute;
	left:calc(100% *(18 / 700));
	top: calc(100% *(620 / 800));
	padding-left:20px;
}


.ynq-wuliu-menu .ynq-wuliu-menunav{
	position: relative;
	padding-left:33px;
	line-height: 30px;
}
.ynq-wuliu-menu .ynq-wuliu-menunav::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left:0;
	top:50%;
	background: #fff;
	border-radius:100%;
	transform: translate(0,-50%);
}
.ynq-wuliu-menu li .ynq-wuliu-menunav h1{
	color:#fff;
	font-size:24px;
	font-weight: 500;
}
.ynq-wuliu-menu li .ynq-wuliu-menunav p{
	color:#fff;
	font-size: 16px;
}
.ynq-wuliu-rightbox{
	padding:122px 0px;
	padding-left:244px;
}
.ynq-wuliu-href{
	height: 50px;
	line-height: 50px;
	width:290px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	border:1px solid #fff;
	display: block;
	text-align: center;
	margin-top:147px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-wuliu-href span,
.ynq-wuliu-href i{
	color:#fff;
}

.ynq-wuliu-href i{
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}

.ynq-wuliu-href i{
	margin-left:20px;
}
.ynq-wuliu-href:hover{
	background: #fff;
}
.ynq-wuliu-href:hover span,
.ynq-wuliu-href:hover i{
	color:#3462FD;
}

.ynq-wuliu-href:hover i{
	margin-left:40px;
}

/* 新闻资讯 */
.ynq-articebox{
	padding:100px 0px;
	height: 612px;
	width: 1400px;
	margin:0px auto;
}
.ynq-artice-TitleTip{
	font-size:20px;
	margin-bottom: 20px;
	color:#666;
}

.ynq-articebox h1{
	font-size:40px;
	margin-bottom:50px;
	color:#333;
	font-weight: 500;
}
.ynq-articebox h1>a{
	height: 44px;
	width:96px;
	background: #fff;
	float: right;
	line-height: 44px;
	text-align: center;
	color:#666;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-articebox h1>a:hover{
	color:#fff;
	background: #3462FD;
}
.ynq-ArticeLeft{
	max-height: 460px;
	max-width: 460px;
	background: #fff;
	min-height:  480px;
	min-width: 460px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
}

.ynq-articeImg{
	width:460px;
	height: 278px;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
.ynq-articeImg>a::before{
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .4);
	left:50%;
	top:50%;
	z-index: 1;
	border-radius:100%;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: ease 0.3s;
	-webkit-transform: ease 0.3s;
	-ms-transform: ease 0.3s;
	-moz-transform: ease 0.3s;
	opacity: 0;
	
}
@keyframes articeimg {
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
	50%{
		transform: scale(50);
		-webkit-transform: scale(50);
		-ms-transform: scale(50);
		-moz-transform: scale(50);
		opacity: 1;
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		-ms-filter: brightness(100%);
		-moz-filter: brightness(100%);
	}
	100%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
}
@-ms-keyframes articeimg {
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
	50%{
		transform: scale(50);
		-webkit-transform: scale(50);
		-ms-transform: scale(50);
		-moz-transform: scale(50);
		opacity: 1;
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		-ms-filter: brightness(100%);
		-moz-filter: brightness(100%);
	}
	100%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
}
@-moz-keyframes articeimg {
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
	50%{
		transform: scale(50);
		-webkit-transform: scale(50);
		-ms-transform: scale(50);
		-moz-transform: scale(50);
		opacity: 1;
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		-ms-filter: brightness(100%);
		-moz-filter: brightness(100%);
	}
	100%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
}
@-webkit-keyframes articeimg {
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
	50%{
		transform: scale(50);
		-webkit-transform: scale(50);
		-ms-transform: scale(50);
		-moz-transform: scale(50);
		opacity: 1;
		filter: brightness(100%);
		-webkit-filter: brightness(100%);
		-ms-filter: brightness(100%);
		-moz-filter: brightness(100%);
	}
	100%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		opacity: 0;
	}
}
.ynq-articeImg img{
	width: 100%;
	height: auto;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	
}
.ynq-articeImg:hover img{
	transform: scale(1.1) translate(-50%,-50%);
	-webkit-transform: scale(1.1) translate(-50%,-50%);
	-ms-transform: scale(1.1) translate(-50%,-50%);
	-moz-transform: scale(1.1) translate(-50%,-50%);
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
}
.ynq-articeImg:hover a:before{
	transform: scaleY(0);
	animation: articeimg 0.3s;
	-webkit-animation: articeimg 0.3s;
	-ms-animation: articeimg 0.3s;
	-moz-animation: articeimg 0.3s;
}
.ynq-Artice-text{
	padding:16px 32px;
}
.ynq-artice-time{
	font-size: 20px;
	color:#999;
}
.ynq-artice-time span{
	padding: 3px 10px;
	background: #999;
	color:#fff;
}
.ynq-Artice-text h2{
	padding:0px;
	margin:0px;
	margin:8px 0;
	font-size: 20px;
	color: #333;
	font-weight:500;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}
.ynq-Artice-text h2:hover{
	color: #3462FD;
}
.ynq-Artice-text h2>a{
	display: inline-block;
	font-size:20px;
	font-weight:500;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ynq-Artice-text p{
	color:#666;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height:44px;
}
.ynq-articeleft-more{
	text-align: right;
	margin-top:10px;
}

.ynq-articeleft-more i{
	font-size:40px;
	color:#707070;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}
.ynq-ArticeLeft:hover .ynq-Artice-text h2>a{
	color:#3462FD;
	
}
.ynq-ArticeLeft:hover .ynq-articeleft-more i{
	background:#3462FD;
	color:#fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
}
.ynq-ArticeRight{
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	max-height: 480px;
	min-height: 480px;
	margin-left:20px;
	flex:1;
	width:calc(100% - 480px);
}

.ynq-articelist{
	padding:46px;
}

.ynq-articelist li .ynq-artice-item{
	display: block;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	height: 124px;
	width: calc(100%);
}
.ynq-articelist li .ynq-artice-item li:nth-child(1){
	width: 120px;
}
.ynq-articelist li .ynq-artice-item li:nth-child(2){
	width: calc(100% - 280px);
	position: relative;
	margin:0px 36px;
}
.ynq-articelist li .ynq-artice-item li:nth-child(3){
	width: 84px;
	position: relative;
	text-align: right;
}
.ynq-articelist li .ynq-artice-item li:nth-child(2):before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: #ccc;
	left:-36px;
	top:0px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
}
.ynq-articelist li .ynq-artice-item li>h1{
	font-size:20px;
	color: #333;
	margin-bottom:13px;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	/* #3462FD */
}
.ynq-articelist li .ynq-artice-item p{
	color:#666;
	line-height: 24px;
	display:-webkit-box;
	overflow: hidden; /*超出隐藏*/
	text-overflow: ellipsis;/*隐藏后添加省略号*/
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	font-size:14px;
	height:50px;
}
.ynq-articelist li .ynq-artice-item i{
	font-size: 40px;
	color:#707070;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}

.ynq-articelist li .ynq-artice-item .ynq-day{
	font-size: 40px;
	display: block;
	text-align: center;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}
.ynq-articelist li .ynq-artice-item .ynq-YearMouth{
	font-size: 14px;
	display: block;
	text-align: center;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}
.ynq-articelist li .ynq-artice-item .ynq-item{
	color:#fff;
	text-align: center;
	display: block;
	margin-top:10px;
	
}
.ynq-articelist li .ynq-artice-item .ynq-item>em{
	padding:2px 5px;
	background: #999999;
	font-style: normal;
	font-size:14px;
	margin-top:10px;
	color:#fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
}

.ynq-articelist li:hover .ynq-day,
.ynq-articelist li:hover .ynq-YearMouth,
.ynq-articelist li:hover .ynq-artice-item h1{
	color:#3462FD;
}
.ynq-articelist li:hover .ynq-item>em{
	background: #3462FD;
	color:#fff;
}
.ynq-articelist li:hover .ynq-artice-item i{
	background: #3462FD;
	color:#fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
}




/* footer部分 */
footer[pc]{
	padding:48px 142px;
	height: 218px;
	background: #fff;
}
.ynq-footer{
	max-width:1400px;
	margin:0px auto;
}
.ynq-footer>li:nth-child(1){
	width: 440px;
	height: 207px;
	border-right:1px solid #CCCCCC;
}
.ynq-footer>li:nth-child(1) p{
	font-family: 'Source Han Sans CN-Regular';
	color:#333333;
	margin-bottom:32px;
}

.ynq-footer>li:nth-child(1) .ynq-footerPhone,
.ynq-footer>li:nth-child(1) .ynq-footerAddress{
	line-height: 38px;
}
.ynq-footer>li:nth-child(1) .ynq-footerPhone i,
.ynq-footer>li:nth-child(1) .ynq-footerAddress i
{
	font-size:24px;
	margin-right:10px;
	color:#3462FD;
}
.ynq-footer>li:nth-child(1) .ynq-footerPhone span{
	font-size: 24px;
	color:#666666;
}
.ynq-footer>li:nth-child(1) .ynq-footerAddress span{
	font-size: 14px;
	color:#666666;
}
.ynq-footer>li:nth-child(2){
	width: 70%;
	height: 207px;
}

.ynq-footer>li:nth-child(2) .ynq-footer-menu{
	padding-left:74px;
}
.ynq-footer>li:nth-child(2) .ynq-footer-menu h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom:20px;
	color:#333333;
}
.ynq-footer>li:nth-child(2) .ynq-footer-menu a{
	font-size: 14px;
	line-height: 30px;
	color:#666666;
}
.ynq-footer>li:nth-child(3){
	width: 30%;
	height: 207px;
	text-align: right;
}
.ynq-footer>li:nth-child(3) p{
	font-size: 14px;
	text-align: center !important;
	width: 110px;
	float: right;
	color: #666666;
}

.ynq-copyright{
	height: 78px;
	line-height: 78px;
	background: #666;
	padding:0px;
}
.ynq-copyleft{
	font-size: 12.24px;
	color:#ccc;
}
.ynq-copyleft a{
	color:#ccc;
	font-size:14px;
	position: relative;
	padding-right:10px;
	margin-right:10px;
}
.ynq-copyleft a:not(.icp):before{
	content: '|';
	position: absolute;
	right: -3px;
}
.ynq-copyleft a:last-child:before{
	content:'';
}
.ynq-copyright p{
	font-size: 14px;
	color:#ccc;
}
.ynq-copyrightbox{
	margin:0px auto;
	width: 1400px;
}

footer[mob]{
	width: calc(100%);
	background: #fff;
	padding-top:25px;
}
.footerHeader{
	padding-bottom:25px;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:25px;
	align-items: center;
	justify-content: flex-start;
	padding-left:20px;
	padding-right:20px;
}
.footerHeader a{
	padding:0px 8px;
}
.footerHeader i{
	font-size:22px;
	color:#666666;
}
.footerHeader span{
	color:#666666;
}
.ynq-footerMenu li{
	line-height: 32px;
	padding-left:20px;
	padding-right:20px;
}
.ynq-footerMenu li>a{
	color:#666;
	height: 32px;
	font-size:14px;
}
[children="down"]{
	position: relative;
}
[children="down"]:before{
	position: absolute;
	content: "\eb8b";
	color:#666;
}
#ynq-footerMenu-sub{
	display: none;
}
.ynq-footerMenu>li.active #ynq-footerMenu-sub{
	display: block !important;
}
.ynq-footer-logo{
	padding:20px 20px 17px 20px;
}
.ynq-footer-logo img{
	max-width: 200px;
	max-height: auto;
}
.ynq-footer-address{
	padding:15px 20px 17px 20px;
}
.ynq-footer-address p{
	color:#666;
	line-height: 28px;
	font-size:14px;
}
.ynq-MobCopyright{
	padding:17px 20px 17px 20px;
	background:#666;
}
.ynq-MobCopyright p{
	line-height: 28px;
	font-size:14px;
	color:#ccc;
}
.ynq-MobCopyright p>a{
	color:#ccc;
	font-size:14px;
}
.ynq-MobCopyright p:last-child a{
	/* display: block; */
}

/* 外贸综合服务内容css */
.ynq-SubNavTab{
	height: 60px;
	line-height: 60px;
	background: #fff;
}
.ynq-SubNavTab ul{
	width: 1200px;
	margin:0px auto;
	background: #fff;
}
.ynq-SubNavTab ul>li{
	text-align: center;
	flex:1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.ynq-SubNavTab ul>li>a{
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.ynq-SubNavTab ul>li:hover{
	background: #3462FD;
}
.ynq-SubNavTab ul>li:hover a{
	color: #fff;
}
.ynq-SubNavTab ul>li.active{
	background:#3462FD;
}
.ynq-SubNavTab ul>li.active a{
	color: #fff;
}
.ynq-SubContent{
	padding:70px 0px;
}
.ynq-SubContent h1{
	font-size:36px;
	width: 1200px;
	margin:0px auto;
	font-weight: 500;
	margin-bottom:48px;
}

.ynq-ContentBody{
	padding:46px 0px
}
.ynq-ContentBody:last-child{
	padding-bottom:0px;
}
.ynq-ContentBody h2{
	 color: #3462FD;
	 font-size:24px;
	 font-weight: 500;
	 width: 1200px;
	 margin:0px auto;
 }
 .ynq-Artice-listImgbox>img{
 	 width: 100%;
 	 height: 100%;
 	 margin:auto;
 	 display: block;
 	 border-top-left-radius: 5px;
 	 -webkit-border-top-left-radius: 5px;
 	 -ms-border-top-left-radius: 5px;
 	 -moz-border-top-left-radius: 5px;
 	 border-bottom-left-radius: 5px;
 	 -webkit-border-bottom-left-radius: 5px;
 	 -ms-border-bottom-left-radius: 5px;
 	 -moz-border-bottom-left-radius: 5px;
 }
 .ynq-JoinUs-Img>img{
	 max-width: 100%;
	 max-height: 100%;
	 /* height: 100%; */
	 margin:auto;
	 display: block;
	 border-top-left-radius: 5px;
	 -webkit-border-top-left-radius: 5px;
	 -ms-border-top-left-radius: 5px;
	 -moz-border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
	 -ms-border-top-right-radius: 5px;
	 -moz-border-top-right-radius: 5px;
 }
 
  .ynq-ContentBody strong{
	  display: block;
	  text-align: center;
	  font-size:18px;
	  font-weight: bold;
	  margin-top:50px;
	  margin-bottom:25px;
}
  .ynq-ContentBody p{
	  text-align: center;
	  color: #707070;
	  line-height: 32px;
  }
  
 .ynq-ContentUl{
	 width: 1200px;
	 margin:50px auto 0px auto;
	 position: relative;
 }
 .ynq-ContentUl li{
	  flex: 1;
	  padding-right:40px;
  }
 .ynq-ContentUl li:nth-child(2){
	 padding-left: 40px;
	 padding-right:0px;
 }
.ynq-ContentUl::before{
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #D6D7DC;
	left:50%;
  }
  
.ynq-ynq-ContentLi-item{
	  width: 100%;
	  margin-bottom:35px;
  }
 .ynq-ynq-ContentLi-item h3{
	 font-size:16px;
	 font-weight: 500;
	 color: #3462FD;
	 margin-bottom:17px;
	 font-weight: bold;
 } 
.ynq-ynq-ContentLi-item span{
	display: block;
	width: calc(100% - 14px);
	color: #666666;
	font-size:16px;
	line-height: 25px;
	padding-left:14px;
	text-align: justify;
}

/* 综合服务移动版 */
.ynq-SubContent-Mob{
	padding:35px 0px;
}
.ynq-SubContent-Mob h1{
	font-size:20px;
	padding-left:20px;
}
.ynq-SubCont-Item{
	padding:0px 20px 24px 20px;
}
.ynq-SubCont-Item img{
	margin:auto;
	display: block;
	max-width: 100% !important;
	max-height: 100% !important;
}
.ynq-SubCont-Item h2 {
    padding: 26px 0px;
    color: #3462FD;
}
.ynq-xbSubCont_mob h2{
	padding:26px 0px 10px;
	color: #3462FD;
}

.ynq-SubCont-Item p{
	text-align: justify;
	color: #666666;
	font-size:14px;
	line-height: 25px;
	margin-bottom:20px;
}
.ynq-xbSubCont_mob p{
	margin-bottom:20px;
}
.ynq-hangyefazhan-list>li{
	padding:20px;
	border-radius:5px;
	margin-bottom:10px;
}
.ynq-hangyefazhan-list>li:last-child{
	margin-bottom:0px;
}
.ynq-hangyefazhan-list>li>strong{
	position: relative;
	width: 100%;
	color: #3462FD;
	display: block;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	cursor: pointer;
}
.ynq-hangyefazhan-list>li>strong::before{
	position: absolute;
	content: "\eb8b";
	font-family: "ynq";
	right: -7px;
	top:-4px;
	font-size:26px;
	color: #666666;
	font-weight: normal;
}
.ynq-hangyefazhan-list>li p{
	margin-top:10px;
	margin-bottom:0px;
	display: none;
}
.ynq-hangyefazhan-list>li.active p{
	display: block !important;
}


.ynq-hangyefazhan-list>li .disbox{
	margin-top:10px;
	margin-bottom:0px;
	display: none;
}
.ynq-hangyefazhan-list>li.active .disbox{
	display: block !important;
}

.ynq-hangyefazhan-list>li.active strong:before{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}

/* 信保服务样式 */
.ynq-xbimg{
	width: 290px;
	height: 341px;
}
.ynq-xbimg img{
	min-width: 290px;
	min-height: 341px;
}
.ynq-xb-jjtext{
	margin-left:40px;
	flex:1;
}
.ynq-xb-jjtext p{
	text-align: left;
	margin-bottom:10px;
	line-height: 32px;
}
.ynq-gongshi,.ynq-gongshi-mob{
	justify-content:flex-start;
}
.ynq-gongshi>p:nth-child(1),
.ynq-gongshi>p:nth-child(3),
.ynq-gongshi-mob>p:nth-child(1),
.ynq-gongshi-mob>p:nth-child(3){
	min-width:20%;
	text-align: center;
}
.ynq-ContentBody-title{
	margin-top:48px;
	margin-bottom:32px;
	color: #707070;
	line-height: 32px;
}
.ynq-xb_ul1{
	margin-bottom:50px;
}
.ynq-xb_ul1 li{
	width: 45.5%;
	background: #F0F0F0;
	padding:20px;
}
.ynq-xb_ul1 li p{
	text-align: justify;
	line-height: 32px;
	
}
.ynq-xb_ultitle{
	color: #3462FD;
	font-weight: bold;
	margin-bottom:20px;
}
.ynq-xb_four{
	margin-top:32px;
}
.ynq-xb_four li{
	width: 22%;
	text-align: center;
	background: #3462FD;
	color: #fff;
	padding:30px 0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-xb_tipcontent{
	margin-top:32px;
	padding:20px;
}
.ynq-xb_tipcontent h2{
	font-size:20px;
	font-weight: bold;
}
.ynq-xb_tipcontent-title{
	margin:24px 0px 10px 0px;
	font-weight: bold;
}
.ynq-xb_tipcontent p{
	text-align: left;
	line-height: 32px;
}

.ynq-xbSubCont_mob{
	margin-top:26px;
}
.ynq-SubCont-Item h4{
	font-size:20px;
	padding-top:35px;
	padding-bottom:28px;
}
.ynq-SubCont-Item p{
	text-align: justify;
}

.ynq-xb_mobtwo li{
	background: #F0F0F0;
	padding:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-xb_mobtwo li:nth-child(2){
	margin-top:10px;
}
.ynq-xb_mobtwo-title{
	margin-bottom:10px;
	font-weight: bold;
	color: #3462FD;
}
.ynq-mobfour{
	flex-wrap: wrap;
}
.ynq-mobfour li{
	background: #3462FD;
	color: #fff;
	padding:20px;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-mobfour li:last-child{
	margin-bottom:0px;
	
}

/* 新闻中心 */
.ynq-ArticeH1{
	margin-bottom:0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.ynq-ArticeH1 span{
	font-size: 36px;
}
.ynq-ArticeH1 a{
	background: #fff;
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
	padding:8px 25px;
	font-size:16px;
	color: #666666;
	box-shadow: 0 0 8px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.12);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.12);
	
}
.ynq-Artice-Item{
	justify-content: flex-start !important;
}
.ynq-Artice-Item li{
	min-height: 478px;
	max-height: 478px;
	max-width: 380px;
	min-width: 380px;
	background-color: #F0F0F0;
	box-shadow: 0 0 3px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.12);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.12);
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	margin-right: 30px;
}
.ynq-Artice-Item li:last-child{
	margin-right: 0px;
}
.ynq-Artice-Image{
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
}
.ynq-Artice-Image img{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.ynq-Artice-Item li:hover .ynq-Artice-Image img{
	transform: scale(1.1) translate(-50%,-50%);
	-webkit-transform: scale(1.1) translate(-50%,-50%);
	-ms-transform: scale(1.1) translate(-50%,-50%);
	-moz-transform: scale(1.1) translate(-50%,-50%);
	
}
.ynq-Artice-Item li:hover{
	background-color: #fff;
}
.ynq-Artice-Text{
	padding:20px;
}
.ynq-Artice-Text p{
	text-align: left;
	line-height: 26px;
}
.ynq-Artice-Title{
	font-size:24px;
	font-weight: 500;
	padding:10px 0px;
	display: inline-block;
	max-height: 57px;
	margin-bottom: 10px;
}

.ynq-Artice-SmallNav{
	line-height: 80px;
	height: 80px;
	margin-bottom:
}
.ynq-Artice-SmallNav i{
	margin-right:5px;
	font-size:17px;
	color: #999999;
}
.ynq-Artice-SmallNav a{
	position: relative;
	padding-right:25px;
	color: #999999;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
}
.ynq-Artice-SmallNav a:hover{
	color: #3462FD;
}
.ynq-Artice-SmallNav a:before{
	content: "\e617";
	position: absolute;
	font-family: 'ynq';
	right: 1px;
	top: -28px;
	color: #999999;
}
.ynq-Artice-SmallNav a:last-child::before{
	content: "";
}

.ynq-Artice-Top{
	margin-bottom:32px;
	height:293px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
}

.ynq-Artice-Top li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ynq-Artice-listImgbox{
	height: 293px;
	width: 440px;
	display: block;
	overflow: hidden;
}

.ynq-Artice-ListTop{
	width: 672px;
	padding:40px 40px 40px 48px;
}

.ynq-artice-toptitle{
	font-size:24px;
	color: #3462FD;
	padding-bottom:24px;
	display: inline-block;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:16px;
	width: 100%;
	font-weight: 500;
}

.ynq-artice-TopScontent p{
	text-align: left !important;
	margin-bottom:15px;
	line-height: 26px;
}

.ynq-Artice-ListTop p{
	text-align: right;
	min-height: 105px;
}

.ynq-ArticeList li{
	padding:30px;
	background: #fff;
	margin-bottom:24px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
}
.ynq-ArticeList li p{
	text-align: left;
	line-height: 26px;
}
.ynq-ArticeList-title{
	color:#333333;
	font-size:24px;
	margin-bottom:22px;
	display: inline-block;
	width: 100%;
	margin-top:10px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	font-weight: 500;
}
.ynq-ArticeList li:hover .ynq-ArticeList-title{
	color: #3462FD;
}
.ynq-Mob-Search>li>.ynq-ArticeList-title{
	font-size:16px;
	font-weight: bold;
	margin:0px 0px 10px;
}
.ynq-Mob-Search>li>p{
	margin-bottom:10px;
}
.ynq-Mob-Search>li>p:last-child{
	margin-bottom:0px;
}
/* 关于我们 */
.ynq-about-text{
	width: calc(100% - 385px);
	margin-right: 30px;
}
.ynq-about-text p{
	text-align: left;
	line-height: 30px;
}
.ynq-about-image{
	width: 339px;
	height: 387px;
}

.ynq-about-time{
	margin:20px 0px;
}

.ynq-about-time li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}

.ynq-about-time li span:nth-child(1){
	width: 217px;
	background: #3462FD;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size:24px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-about-time li span:nth-child(2){
	width: calc(100% - 257px);
	margin-left:10px;
	text-align: left;
	background: #fff;
	height: 64px;
	line-height: 64px;
	padding:0px 20px;
	font-size:15.5px;
	color: #666666;
}

.ynq-about-aside p{
	text-align: left;
	line-height: 32px;
	margin-bottom:12px;
}
.ynq-about-aside p:last-child{
	margin-bottom:0px;
}
.ynq-about-three{
	align-items: center !important;
	margin:20px 0px;
}

.ynq-about-three li{
	background: #fff;
	padding:20px;
	width: 29%;
	min-height: 72px;
	font-size:16px;
	color: #666666;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	line-height: 24px;
}
.ynq-about-three li span{
	color: #3462FD;
	font-weight: bold;
	font-size:16px;
}
.ynq-about-year{
	margin:20px 0px;
}
.ynq-about-year li{
	font-size:14px;
	line-height: 25px;
	text-align: justify;
	color: #666666;
	background: #fff;
	padding:15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:15px;
}
.ynq-about-year li span{
	color: #3462FD;
	font-weight: bold;
}
.ynq-about-threemob li{
	background: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	padding:15px;
	color: #666;
	margin-bottom:15px;
	font-size: 14px;
}
.ynq-about-threemob li span{
	color: #3462FD;
	font-weight: bold;
}

.ynq-about-whbox{
	width: 50%;
}
.ynq-about-whbox li{
	margin-bottom:45px;
}
.ynq-about-whbox li:last-child{
	margin-bottom:0px;
}
.ynq-about-whbox li span{
	font-size:24px;
	color: #3462FD;
	font-weight: 500;
	display: block;
	margin-bottom:10px;
}
.ynq-about-whimg{
	width: 50%;
}
.ynq-about-whimg img{
	max-width: 100%;
	max-height: auto;
}
.ynq-about-whcontent{
	margin-top:40px;
}
.ynq-about-whcontent h3{
	font-size:24px;
	color: #3462FD;
	font-weight: 500;
	margin-bottom:24px;
}

.ynq-about-line5 li{
	margin-bottom:20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.ynq-about-line5 li>span{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 140px;
	background: #3462FD;
	color: #fff;
	text-align: center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	margin-right:24px;
}
.ynq-about-line5 li>p{
	flex:1;
	line-height: 24px;
}
.ynq-about-whleft,
.ynq-about-whright{
	width: 48%;
}

.ynq-about-whleft li,
.ynq-about-whright li{
	margin-bottom:15px;
	padding-left:25px;
	position: relative;
}
.ynq-about-whleft li:before,
.ynq-about-whright li:before{
	content:'●';
	position: absolute;
	left:0;
	top:0;
	color: #3462FD;
}
.ynq-about-whleft li span,
.ynq-about-whright li span{
	font-size:18px;
	color: #3462FD;
	font-weight: bold;
	display: block;
	margin-bottom:10px;
}
.ynq-mob{
	width: 100% !important;
}
.ynq-mob li{
	margin-bottom:25px;
}
.ynq-mob2{
	width: 100% !important;
}
.ynq-mob2 li{
	padding:20px;
	background: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	
}
.ynq-mob2 li>p{
	margin-bottom:0px;
}
.ynq-mob2 li:before{
	content: '';
}

/* 荣誉 */
.ynq-aboutry-box{
	justify-content: flex-start !important;
}
.ynq-aboutry-bigimg{
	width: 515px;
	height: 663px;
	position: relative;
	overflow: hidden;
	margin-right: 85px;
}
.ynq-aboutry-bigimg img{
	position: absolute;
	left:0;
	top:0;
}

.ynq-aboutry-list li{
	margin-bottom:30px;
	cursor: pointer;
}
.ynq-aboutry-list li:last-child,
.ynq-aboutry-list li:last-child p{
	margin-bottom:0px;
}

.ynq-aboutry-listmob .ynq-aboutry-text h5{
	font-size:16px;
}

.ynq-aboutry-img{
	width: 365px;
	height: 205px;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.ynq-aboutry-img img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.ynq-aboutry-text{
	padding-left: 30px;
	position: relative;
	
}
.ynq-aboutry-text:before{
	content: '◉';
	position: absolute;
	left: 0;
	top:0;
	font-size:20px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
}

.ynq-aboutry-text h5{
	font-size:20px;
	margin:10px 0px 5px;
	font-weight: 500;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
}

.ynq-aboutry-list li.active .ynq-aboutry-img{
	display: block !important;
}
.ynq-aboutry-list li.active .ynq-aboutry-text:before,
.ynq-aboutry-list li.active .ynq-aboutry-text h5{
	color: #3462FD !important;
}

.ynq-aboutry-list li:hover .ynq-aboutry-text:before,
.ynq-aboutry-list li:hover .ynq-aboutry-text h5{
	color:#3462FD !important;
}

.ynq-aboutry-year{
	padding-bottom:46px;
	position: relative;
}


/* .ynq-aboutry-year:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left:50%;
	top:53%;
	background: #dedede;
	transform: translate(-0%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
} */

.ynq-year-border{
	position: absolute;
	height: 1px;
	width: 100%;
	left:0%;
	top:52%;
	background: #dedede;
	
}
.ynq-aboutry-yearlist{
	margin-bottom:30px;
	height: 40px;
	width: 1100px;
}
.ynq-aboutry-yearlist li{
	color: #CCCCCC;
	position: relative;
	cursor:pointer;
	line-height: 40px;
	height: 40px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
}

.ynq-aboutry-yearlist li:before{
	content: '●';
	position: absolute;
	bottom:-39px;
	left: 50%;
	font-size: 22px;
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
}

.ynq-aboutry-yearlist li.active{
	color: #3462FD;
	font-size:22px;
}

.ynq-aboutry-yearlist li:hover{
	color: #3462FD;
	font-size:22px;
}
.ynq-aboutry-content{
	position: relative;
	height: auto;
	padding-bottom:50px;
}
.ynq-aboutry-contbody{
	position: relative;
	left:0;
	top:0;
	width: 100%;
	display: none;
}
.ynq-aboutry-contbody.active{
	display: block !important;
}
.ynq-aboutry-contlist{
	flex-wrap: wrap;
}

.ynq-aboutry-contlist li{
	width: 364px;
	border:1px solid #dedede;
	border-radius:4px;
	margin-bottom:23px;
}
.ynq-aboutry-contlist .ynq-imgbox{
	/* max-width: 380px; */
	max-height: 205px;
	min-height: 205px;
	overflow: hidden;
	/* position: relative; */
}
.ynq-aboutry-contlist .ynq-imgbox img{
	/* position: absolute; */
	left:48%;
	top:48%;
	max-width:100%;
	/* transform: translate(-50%,-50%); */
}
.ynq-aboutry-contlist li p{
	height: 72px;
	line-height: 72px;
	width: 100%;
	margin-left: 0px;
}
.ynq-noborder{
	height:0px;
	border:none !important;
}

.ynq-aboutry-mobbody{
	padding:0px 0px;
}

.ynq-aboutry-mobmenu{
	width: 72px;
	background: #3462FD;
}

.ynq-aboutry-mobmenu li{
	line-height: 60px;
	text-align: center;
	color: #b5b5b5;
	cursor: pointer;
}
.ynq-aboutry-main{
	height: auto;
}
.ynq-aboutry-mobmenu li.active{
	font-size:20px;
	color: #fff !important;
}

.ynq-about-mob-rightcontent{
	flex:1;
}

.ynq-about-mobItem li{
	padding:20px;
	position: relative;
	top:0;
	display: none;
}
.ynq-about-mobItem p{
	color: #666666;
	line-height: 20px;
	margin-bottom:18px;
	font-size:13px;
}

.ynq-about-mobItem li.active{
	display: block !important;
}

.ynq-noborder{
	width:30%;
	heihgt:0px;
	background:transparent;
	border:none;
	padding:0px !important;
	margin:0px;
}

/* 信保服务 */
.ynq-zhonghe-img img{
	max-width: auto;
	height: 158px;
}
.ynq-zhonghe-xinboaside>li:nth-child(1){
	width: 290px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-right:10px;
}
.ynq-zhonghe-xinboaside>li:nth-child(2){
	min-width: 290px;
	max-width: 100%;
	/* margin-right:10px; */
}
.ynq-zhonghe-xingbox1{
	width: 100%;
}
.ynq-zhonghe-xingbox1>li{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	background: #3462FD;
	width: calc(100% - 40px);
	padding:1.5px 19px;
	margin-bottom:10px;
	align-items: center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-zhonghe-xingbox1>li>span{
	font-size:40px;
	color: #fff;
	padding:20px;
}
.ynq-zhonghe-xingbox1>li>p{
	text-align: left;
	color:#fff;
	line-height: 30px;
}

.ynq-zhonghe-xinboaside>li:nth-child(3){
	width: 590px;
}
.ynq-zhonghe-four{
	flex-wrap: wrap !important;
	
}
.ynq-zhonghe-four li{
	text-align: center;
	width: 48.5%;
	background: #fff;
	margin-bottom:20px;
	padding:30px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-four-title{
	font-size:16px;
	color:#3462FD;
	font-weight: bold;
	margin:12px 0px 10px 0px;
}

.ynq-zhonghe-four li>i{
	font-size:50px;
	background: #3462FD;
	color: #fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	width: 50px;
	height: 50px;
}
.ynq-zhonghe-four li>p{
	text-align: center;
	line-height: normal;
}

.ynq-zhuyidian{
	width: 217px;
	margin-right:10px;
}

.ynq-zhuyidian li{
	background: #3462FD;
	text-align: center;
	margin-bottom:10px;
	line-height:70px;
	color:#fff;
	font-size:30px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-zhuyidian-text{
	flex:1;
}

.ynq-zhuyidian-text li{
	padding:24.5px 40px;
	background: #F0F0F0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:10px;
	color:#666;
}
.ynq-zhuyidian-textmob li{
	padding:20px;
	font-size:14px;
}
.ynq-zhereng{
	width:100%;
	flex-wrap: wrap;
}

.ynq-zhereng li{
	width: 20%;
	border:1px solid #999;
	color:#666;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	padding:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom:15px;
}

.ynq-zhereng li>i{
	font-size:30px;
	color:#666;
	margin-right:10px;
}
.ynq-zhereng li>p{
	text-align: left !important;
	line-height: normal;
}
.ynq-zhereng-mob li{
	width: 100%;
}

.ynq-zhereng-mob li>p{
	margin-bottom:0px;
}

.ynq-guojia{
	margin-bottom:10px;
	text-align: justify;
	font-size:14px;
	color:#666;
}

.ynq-guojia span{
	background: #3462FD;
	color: #fff;
	margin-right:10px;
	width:50px;
	text-align: center;
	padding:5px 10px;
	display: inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-jinrong-left{
	margin-right:50px;
	width: 365px;
	height: 283px;
	overflow: hidden;
}

.ynq-jinrong-right{
	width: calc(100% - 415px);
}

.ynq-jinrong-right h4{
	font-size:24px;
	font-weight: 500;
	color: #3462FD;
	margin-bottom:21px;
}

.ynq-jinrong-right>p{
	text-align: left;
	text-align: justify;
	line-height: 32px;
	margin-bottom:51px;
}

.ynq-jinrong-four{
	flex-wrap: wrap;
	margin-top:50px;
}

.ynq-jinrong-four li{
	width: 47%;
	margin-bottom:40px;
}
.ynq-jinrong-four li p{
	text-align: left;
	line-height: 32px;
}

.ynq-jinrongfour-box li{
	background: #fff;
	color: #666666;
	border:1px solid #999999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	padding:20px 0px;
	width: 22%;
	text-align: center;
	font-size:16px;
}
.ynq-jinrongfour-box-mob{
	flex-wrap: wrap;
	margin-top:20px;
}
.ynq-jinrongfour-box-mob li{
	background: #fff;
	color: #666666;
	border:1px solid #999999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	padding:20px 0px;
	width: 46%;
	text-align: center;
	font-size:16px;
	margin-bottom:20px;
}










.ynq-jinrong-ts p{
	text-align: left;
	line-height:32px;
}

.ynq-jinrong-ts h4{
	font-size:24px;
	color:#3462FD;
	margin:25px 0px;
	font-weight: 500;
}

.ynq-four-block li{
	margin-bottom:10px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 64px;
	height: 64px;
	width:24%;
	text-align: center;
}

.ynq-four-block li>span{
	background: #3462FD;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 64px;
	height: 64px;
	padding:0px 20px;
	margin-right:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	font-weight: bold;
}

.ynq-four-block li>p{
	line-height: 64px;
	height: 64px;
	background: #F0F0F0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	flex:1;
	padding:0px 20px;
}
.ynq-Mobjinrongfour-block{
	flex-wrap: wrap;
}
.ynq-Mobjinrongfour-block li{
	width: 48% !important;
	padding:20px 0px !important;
	text-align: center;
}
.ynq-jinrong-two li{
	width:46%;
	color: #666;
	background:#fff;
	line-height: 32px;
	padding:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-jinrong-fourline{
	flex-wrap: wrap;
}

.ynq-jinrong-fourline li{
	width: 46%;
	text-align: center;
	color:#666;
	background: #fff;
	padding:40px 20px;
	margin-bottom:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-Mobjinrong-block li{
	width: calc(100% - 40px);
	background: #F0F0F0;
	padding:20px 20px;
	margin-bottom:10px;
	color:#666;
	line-height: 24px;
	font-size:14px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
}

.ynq-Mobjinrong-block li span{
	color: #3462FD;
	font-weight: bold;
}

/* 大事记 */
.ynq-DashiJi-Menu{
	width:90px;
	margin-right:60px;
	height:100%;
	position: relative;
}
.ynq-DashiJi-Menu:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #CCCCCC;
	top:0px;
	right: 0px;
}

.ynq-DashiJi-Menu li{
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: right;
	padding-right:20px;
}
.ynq-DashiJi-Menu li>a{
	color: #ccc;
	display: block;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
}
.ynq-DashiJi-Menu li::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ccc;
	right:-5px;
	top:25px;
	border-radius:100%;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
}
.ynq-DashiJi-Menu li.active a{
	color: #3462FD;
	font-size:24px;
	font-weight: bold;
}
.ynq-DashiJi-Menu li.active::after{
	background: #3462FD;
}
.ynq-DashiJi-Menu li:hover a{
	font-size:24px;
	color: #3462FD;
	font-weight: bold;
}
.ynq-DashiJi-Menu li:hover::after{
	background: #3462FD;
}
.ynq-DashiJI_Right{
	flex:1;
	position: relative;
	overflow: auto; 
	min-height: 760px;
}
.ynq-DashiJi-Listbox{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.ynq-DashiJi-Listbox.active{
	display: block !important;
}
.ynq-DashiJi-List{
	width: 100%;
}

.ynq-DashiJi-List li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:24px;
}

.ynq-DashiJi-List li .ynq-DaShiJi-Img{
	max-width: 290px;
	height: 174px;
	overflow: hidden;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
}
.ynq-DashiJi-List li .ynq-DaShiJi-Img>img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
}

.ynq-DaShiJi-text{
	padding:30px 32px;
	flex:1;
}

.ynq-DaShiJi-text h3{
	font-size:24px;
	color: #333;
	margin-bottom:20px;
	font-weight: 500;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	
}

.ynq-dashiji-listmob li{
	flex-wrap: wrap;
	background: transparent;
	margin-bottom:20px;
}

.ynq-dashiji-listmob li .ynq-DaShiJi-Img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-dashiji-listmob li .ynq-DaShiJi-Img img{
	max-width: 100%;
	max-height: 100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.ynq-dashiji-listmob li .ynq-DaShiJi-text{
	padding:20px 0px 0px;
	flex:none;
	width: 100%;
}

.ynq-dashiji-listmob li .ynq-DaShiJi-text h3{
	font-size:14px;
	margin-bottom:10px;
}
.ynq-dashiji-listmob li .ynq-DaShiJi-text p{
	margin-bottom:0px;
}

.ynq-dashiji-year{
	height: 50px;
	margin-bottom:40px;
	background: #ffff;
	line-height: 50px;
}

.ynq-dashiji-year li{
	padding:0px 20px;
	font-size:14px;
	font-weight: bold;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	display: block;
	position: relative;
}
.ynq-dashiji-year li.active span{
	color: #3462FD !important;
}

.ynq-dashiji-yearlist{
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	left:0;
	max-height: 200px;
	overflow-y:auto;
	display: none;
}
.ynq-dashiji-yearlist li{
	padding:0px;
}
.ynq-dashiji-yearlist li>a{
	font-weight: normal;
	display: block;
	padding:0px 20px;
}

/* 企业动态移动版 */
.ynq-ArticeMob-Top{
	width: 100%;
	margin-bottom:20px;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	padding-bottom:10px;
}

.ynq-ArticeMob-Img{
	width: 100%;
	/* height: 200px; */
	margin-bottom:10px;
	/* display: inline-block; */
	/* margin-top:10px; */
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	overflow: hidden;
}
.ynq-ArticeMob-Img img{
	max-width: 100%;
	max-height: 100%;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
}
.ynq-ArticeMob-Top span{
	display: block;
	color:#666;
	padding:15px 15px 10px 15px;
	font-size:14px;
}

.ynq-ArticeMob-Title{
	padding:0px 15px;
	display: inline-block;
	color: #3462FD;
	font-weight: bold;
}

.ynq-ArticeMob-Top p{
	padding:0px 15px;
	margin:10px 0;
}

.ynq-ArticeMob-List li{
	margin-bottom:10px;
	background: #fff;
	padding:10px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
}
.ynq-ArticeMob-List li>span{
	display: block;
	color:#666;
	padding:10px 0px;
	font-size:14px;
}

.ynq-ArticeMob-Name{
	font-weight: bold;
	margin-bottom:10px;
}

.ynq-ArticeMob-List li p{
	margin-bottom:10px;
}

/* 团队风采 */
.ynq-JoinList{
	flex-wrap: wrap;
}
.ynq-JoinList li{
	background: #fff;
	margin-bottom:30px;
	width:30%;
	min-width: 380px;
}
.ynq-JoinList li>span{
	display:block;
	color:#666;
	text-align: center;
	margin-top:20px;
	margin-bottom:8px;
}

.ynq-JoinList li>p{
	margin-bottom:20px;
	padding:0px 10px;
	line-height: 25px;
	text-align: center;
}
.ynq-JoinUs-Img{
	min-width: 380px;
	height: auto;
	width:30%;
}

.ynq-noborder{
	heihgt:0px !important;
	background: transparent;
}

.ynq-JoinList-Mob .ynq-JoinUs-Img{
	height: auto;
	width: 100%;
}

.ynq-JoinList-Mob .ynq-JoinUs-Img img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.ynq-JoinList-Mob li{
	width: 100%;
	min-width: 100%;
}

.ynq-JoinList-Mob .ynq-JoinUs-Img{
	min-width: 100%;
}

/* 常见问题 */
.ynq-question-content{
	text-align: left;
}
.ynq-question-content em{
	display: block;
	padding:0px 20px;
	min-width: 120px;
	text-align: center;
	max-width: 120px;
	height:40px;
	line-height: 40px;
	font-style: normal;
	background: #3462FD;
	color: #fff;
	font-weight: bold;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	margin-bottom:10px;
}
.ynq-question-content .ynq-question-title{
	line-height: 22px;
	font-weight: bold;
}

.ynq-question-content p{
	text-align: left;
	margin-bottom:30px !important;
}

.ynq-question-content p>span{
	font-weight: bold;
}

/* 人才招聘 */
.ynq-JobWork-List li{
	width: calc(100% - 40px);
	background-color: #fff;
	padding:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom:15px;
	
}
.ynq-JobWork img{
	max-width:173px !important;
}
.ynq-JobWork-Title{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
	margin-bottom:20px;
}
.ynq-JobWork-Title span{
	font-size:24px;
	color: #3462FD;
}

.ynq-JobWork-Item{
	margin-bottom:15px;
}
.ynq-JobWork-Item h4{
	margin-bottom:10px;
}
.ynq-JobWork-Item p{
	text-align: left;
	line-height: 32px;
}

.ynq-JobWork-Item:last-child{
	margin-bottom:0px;
}


.ynq-JobWork-Fli li{
	margin-bottom:15px;
}

.ynq-JobWork-Fli li>h2{
	font-size:24px;
	color: #3462FD;
	margin-bottom:10px;
}

.ynq-JobWork-FliTag{
	padding:20px 0px;
	
}

.ynq-JobWork-FliTag span{
	padding:10px 20px;
	background-color: #F0F0F0;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	color: #666;
}
.ynq-JobWork{
	align-items: center;
}
.ynq-JobWork li{
	width: 50%;
}

.ynq-JobWork li>p{
	text-align: left;
	line-height: 50px;
}
.ynq-JobWork li>p>i{
	margin-right:10px;
	color:#666;
}

.ynq-JobWork img{
	max-width: 180px;
	max-height: auto;
}

.ynq-JobWork_mob{
	flex-wrap: wrap !important;
}

.ynq-JobWork_mob li{
	width: 100%;
}
.ynq-JobWork-Mob-list{
	width: calc(100%);
}
.ynq-JobWork-Mob-list li .ynq-JobWork-Title{
	flex-wrap: wrap !important;
	padding-bottom:10px;
	margin-bottom:0px;
}
.ynq-JobWork-Mob-list li .ynq-JobWork-Title span{
	width: 100%;
	display: block;
	font-size:16px;
	line-height:32px;
	font-weight: bold;
}

.ynq-JobWork-Mob-list li .ynq-JobWork-Item h4{
	padding-top: 20px;
	padding-bottom: 0px;
	font-weight: 500;
	font-size:16px;
}



.ynq-JobWork-MobFli li>h2{
	font-size:16px;
	line-height: 30px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
}
.ynq-JobWork-MobFli .ynq-JobWork-FliTag span{
	margin-bottom:10px;
	display: inline-block;
	font-size:14px;
	margin-right: 0px;
}

.ynq-JobWork li>p{
	line-height: 30px;
	margin-bottom:10px;
}

.ynq-JobWork_mob li:last-child img{
	width:40%;
	height: auto;
}

.ynq-falv-item h4{
	font-size: 24px;
	font-weight: 500;
	margin-bottom:20px;
}

.ynq-falv-item p{
	text-align: left;
	line-height: 32px;
	margin-bottom:20px;
}

/* 新闻详情 */

.ynq-ArticeDetail-Content{
	background: #fff;
	width:calc(1200px - 100px);
	padding:50px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
}
.ynq-ArticeDetail-Header{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:50px;
	padding-bottom:20px;
}

.ynq-ArticeDetail-Header h3{
	font-size:24px;
	text-align: center;
	font-weight: 500;
}

.ynq-ArticeDetail-SMHeader{
	margin-top:20px;
	text-align: center;
	
}
.ynq-ArticeDetail-SMHeader>span{
	margin:0px 10px;
	color: #999;
	font-size:12px;
}

.ynq-ArticeDetail-Body p{
	text-align: left;
	line-height: 24px;
	margin-bottom:20px;
}
.ynq-ArticeDetail-Body img{
	/* max-width: 60% !important; */
	margin:15px auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	width: auto !important;
	height: auto !important;
}
.ynq-ArticeDetail-Body strong{
	display: inherit !important;
	margin:0px;
	padding:0px;
	text-align: left;
}
.ynq-MobDetail-Header{
	text-align: left;
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
}
.ynq-MobDetail-Header span{
	text-align: left;
	/* line-height: 30px; */
	padding-right:10px;
	padding-left:0px;

}
.ynq-MobDetail-Header span:nth-child(3){
	width: calc(100% - 20px);
	display: inline-block;
}

.ynq-ContentBody img{
	margin:auto;
	display: block;
	max-width: 100%;
	height: auto;
}

/* 跨境修改部分 */

.ynq-kjitem-content{
	
}

.ynq-kjitem-content .ynq-kj-left{
	width: 40%;
	margin-right:40px;
}
.ynq-kjitem-content .ynq-kj-left p{
	text-align: left;
	margin-bottom:12px;
	margin-right:0px;
	margin-left:0px;
}
.ynq-kjitem-content .ynq-kj-right{
	flex:1;
}
.ynq-kjitem-content .ynq-kj-right img{
	max-width: 100%;
}
.ynq-kj-sevice{
	flex-wrap: wrap;
}
.ynq-kj-sevice li{
	width: 30%;
}

.ynq-kj-image img{
	max-width: 100%;
	max-height: 100%;
}
.ynq-kj-sevice-title{
	font-size:24px;
	line-height: 50px;
}
.ynq-kj-sevice p{
	text-align: left;
	margin:0px;
	font-size:15px;
	line-height: 25px;
}
.ynq-kjsevice-list{
	flex-wrap: wrap;
}
.ynq-kjsevice-list li{
	width: 49%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.ynq-kjsevice-image{
	width: 290px;
	height: 180px;
}
.ynq-kjsevice-text{
	padding-left:20px;
	flex:1;
}
.ynq-kjsevice-text img{
	max-width: 100%;
	max-height: 100%;
}
.ynq-kjsevice-text h6{
	font-size:24px;
	font-weight: 500;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.ynq-kjsevice-text p{
	text-align: left;
	font-size:15px;
}






.ynq-kj-five li{
	display:flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}

.ynq-kj-five li>span{
	width: 217px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: #3462FD;
	font-size:16px;
	color: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	margin-right:10px;
}

.ynq-kj-five li>p{
	flex: 1;
	text-align: left;
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	height:64px;
	padding:0px 20px;
	line-height: 64px;
	margin:0px;
}

.ynq-Mob-KJImage-Title{
	font-size:14px;
	font-weight: bold;
	color: #3462FD;
	padding-top:10px;
	padding-bottom:5px;
}

.ynq-5list-title{
	font-size:14px;
	color: #3462FD;
	font-weight: bold;
	padding-bottom:5px;
}

/* 国际物流改版 */
.ynq-gjwl-item{
	margin-bottom:46px;
}
.ynq-gjwl-item:last-child{
	margin-bottom:0px;
}
.ynq-gjwl-item>img{
	max-height: 200px;
}

.ynq-gjwl-item:nth-child(odd) .ynq-gjwl-text{
	margin-left:85px;
	flex:1;
}

.ynq-gjwl-item:nth-child(even) .ynq-gjwl-text{
	margin-right:85px;
	flex:1;
}

.ynq-gjwl-text>span{
	font-size:24px;
	font-weight: 500;
	color: #3462FD;
	display: block;
	margin-bottom:24px;
}
.ynq-gjwl-text>p{
	text-align: justify;
	
}
.ynq-mob-gkwl-item>img{
	margin-bottom:20px;
}
.ynq-mob-gkwl-item .ynq-gjwl-text>span{
	margin-bottom:10px;
	font-size:20px;
	font-size:14px;
	font-weight: bold;
}
.ynq-mob-gkwl-item:nth-last-child(odd) .ynq-gjwl-text{
	margin-right:0px !important;
}

.ynq-mob-gkwl-item:nth-last-child(even) .ynq-gjwl-text{
	margin-left:0px !important;
}


/* 溢位显示 */
.ynq-ArticeMob-List p,
.ynq-ArticeMob-Top p{
	text-align:left !important;
}

.ynq-footer li>img,
.ynq-footer-weicode img{
	max-width:110px;
	max-height: 110px;
}



.hz_foot{
    position: relative;
    top: 4px;
    left: -2px;
}

/* 二维码显示 */
.ynq-pc-code{
	float: right;
}
.ynq-pc-code>img{
	max-width: 110px;
	max-height: 110px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
	-moz-transition: ease .3s;
	cursor: pointer;
}
.ynq-codeimg{
	max-width: 110px;
	max-height: 110px;
}
.ynq-codeMa{
	position: absolute;
	top: -180px;
	right:-50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	padding:20px;
	/* border:1px solid #d4d4d4; */
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0 0 18px rgba(0,0,0,.13);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.13);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,.13);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.13);
	visibility: hidden;
	opacity: 0;
}

.ynq-codeMa::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid #eeeeee;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	bottom:-15px;
	right:70px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	z-index:1;
}
.ynq-codeMa::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	bottom:-14px;
	right:70px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	z-index:1;
}

.ynq-codeMa li img{
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin:0 auto;
}

.ynq-pc-code:hover .ynq-codeMa{
	visibility: visible;
	opacity: 1;
}









thetemplate{
	display: none;
};